chore(deps): update all patch dependencies #341
+493
−1,054
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.0.0-beta.27
->2.0.0-beta.34
2.0.0-beta.27
->2.0.0-beta.34
2.0.0-beta.27
->2.0.0-beta.34
0.5.0
->0.5.1
^0.5.0
->^0.5.1
^4.1.11
->^4.1.14
10.0.9
->10.0.10
7.0.0-dev.20250904.1
->7.0.0-dev.20251007.1
3.6.0
->3.6.2
0.25.7
->0.25.10
^0.25.9
->^0.25.10
1.25
->1.25.1
1.25.0
->1.25.1
1.25.0
->1.25.1
^0.10.5
->^0.10.6
1.4.1
->1.4.2
^1.2.0
->^1.2.1
^4.1.11
->^4.1.14
^5.9.2
->^5.9.3
Release Notes
web-infra-dev/rspress (@rspress/core)
v2.0.0-beta.34
Compare Source
Highlights ✨
💄 Upgrade to
docsearch@4
within @rspress/plugin-algoliaThis will improve Rspress's UI, and you can use new docsearch features such as askAi.
ref: https://docsearch.algolia.com/docs/migrating-from-v3
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspress@v2.0.0-beta.33...v2.0.0-beta.34
v2.0.0-beta.33
Compare Source
Breaking Changes🚨
Make raw HTML in md styled
Rspress is now driven by CSS for style, ref: https://github.com/web-infra-dev/rspress/blob/main/packages/theme-default/src/styles/doc.scss
So you can:
<ul><li>this is a line</li></ul>
, they will now be styled the same as* this is a line
const { h1: H1 } = getCustomMdxComponents()
to annotate styles.rp-not-doc
is all you neededWhat's Changed
New Features 🎉
.rp-not-doc
escape hatch (#2579) by @SoonIter in #2600Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rspress@v2.0.0-beta.32...v2.0.0-beta.33
v2.0.0-beta.32
Compare Source
Highlights ✨
⚡️ Support _meta.json and _nav.json HMR
After a period of refactoring around virtual modules, Rspress now supports HMR for both *meta.json and *nav.json files.
This means you no longer need to restart the dev server when modifying _meta.json files, which will significantly improve your debugging speed for nav and sidebar configurations.
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspress@v2.0.0-beta.31...v2.0.0-beta.32
v2.0.0-beta.31
Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
color: inherit
back by @SoonIter in #2546Document 📖
Other Changes
Full Changelog: web-infra-dev/rspress@v2.0.0-beta.30...v2.0.0-beta.31
v2.0.0-beta.30
Compare Source
Highlights ✨
🆕️ @rspress/plugin-twoslash
Thanks to Shiki's excellent Twoslash integration, we're excited to introduce
@rspress/plugin-twoslash
in this milestone 2.0.0-beta.30 release! Now you can easily add rich type annotations to your code blocks using "```ts twoslash"Special thanks to Rspress contributor @Karibash for making this possible. Check out the @rspress/plugin-twoslash documentation to get started!
ref: https://v2.rspress.rs/plugin/official-plugins/twoslash
⚡️Enable Rspack native watcher by default and bump [email protected]
Now Rspress has been upgraded to Rspack 1.5.2 and enable native watcher by default, it will have better HMR perf and lazy compilation perf.
ref: https://rspack.rs/blog/announcing-1-5#faster-file-system-watcher
What's Changed
New Features 🎉
Bug Fixes 🐞
http://a.com/base/
andhttp://a.com/base
by @SoonIter in #2536Other Changes
New Contributors
Full Changelog: web-infra-dev/rspress@v2.0.0-beta.29...v2.0.0-beta.30
v2.0.0-beta.29
Compare Source
What's Changed
New Features 🎉
mdFiles.remarkPlugins
by @SoonIter in #2516Bug Fixes 🐞
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspress@v2.0.0-beta.28...v2.0.0-beta.29
v2.0.0-beta.28
Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rspress@v2.0.0-beta.27...v2.0.0-beta.28
web-infra-dev/rstest (@rstest/core)
v0.5.1
Compare Source
What's Changed
New Features 🎉
reportOnFailure
option by @9aoy in #597snapshotFormat
option by @9aoy in #609Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rstest@v0.5.0...v0.5.1
tailwindlabs/tailwindcss (@tailwindcss/postcss)
v4.1.14
Compare Source
Fixed
'
syntax in ClojureScript when extracting classes (#18888)@variant
inside@custom-variant
(#18885)@utility
(#18900)grid-column
utilities when configuringgrid-column-start
orgrid-column-end
(#18907)grid-row
utilities when configuringgrid-row-start
orgrid-row-end
(#18907)default
export condition for@tailwindcss/vite
(#18948)@theme
produce no output when built (#18979)variant = 'outline'
during upgrades (#18922)className
is migrated (#19031)*ClassName
and*Class
attributes (#19031)v4.1.13
Compare Source
Changed
Fixed
visibility
when usingtransition
(#18795)matchVariant
values (#18798)clip
withclip-path
insr-only
(#18769)matchUtilities
(#18820).vercel
folders by default (can be overridden by@source …
rules) (#18855)@-
to be invalid (e.g.@-2xl:flex
) (#18869)-
or_
(#18867, #18872)aria
theme keys to@custom-variant
(#18815)data
theme keys to@custom-variant
(#18816)supports
theme keys to@custom-variant
(#18817)v4.1.12
Compare Source
Fixed
@apply
(#18404)flex-<number>
utilities (#18642))
from interfering with extraction in Clojure keywords (#18345)@plugin
and@config
(#18345)process.env.DEBUG
in@tailwindcss/node
(#18485)false
orundefined
properties (#18571)@tailwindcss/postcss
viatransformAssetUrls: false
(#18321)addEventListener
and JavaScript variable names (#18718)--border-color-*
theme keys individe-*
utilities for backwards compatibility (#18704).hdr
and.exr
files for classes by default (#18734)microsoft/typescript-go (@typescript/native-preview)
v7.0.0-dev.20251007.1
Compare Source
v7.0.0-dev.20251006.1
Compare Source
v7.0.0-dev.20251005.1
Compare Source
v7.0.0-dev.20251004.1
Compare Source
v7.0.0-dev.20251003.1
Compare Source
v7.0.0-dev.20251002.1
Compare Source
v7.0.0-dev.20251001.1
Compare Source
v7.0.0-dev.20250930.1
Compare Source
v7.0.0-dev.20250929.1
Compare Source
v7.0.0-dev.20250928.1
Compare Source
v7.0.0-dev.20250927.1
Compare Source
v7.0.0-dev.20250926.1
Compare Source
v7.0.0-dev.20250925.1
Compare Source
v7.0.0-dev.20250924.1
Compare Source
v7.0.0-dev.20250923.1
Compare Source
v7.0.0-dev.20250922.1
Compare Source
v7.0.0-dev.20250921.1
Compare Source
[
v7.0.0-dev.20250920.1
](https://redirect.github.com/microsoft/typescript-go/compare/Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.